Welcome![Sign In][Sign Up]
Location:
Search - Quantization table

Search list

[Special Effectsdjpeg

Description: 实现jpeg图像解码功能。 代码设计思路:1, Reconstruct the Huffman/RLE stream to a sequence 2, Arrange the sequence to a matrix using the zigzag scanning backwards 3, Multiply the matrix by quantization table 􀂄 4, Perform inverse DCT 5, Shift the values by +128 6, Transform back to RGB color space
Platform: | Size: 186880 | Author: 颜新卉 | Hits:

[Compress-Decompress algrithmsjpg_DCT

Description: 实现基本JPEG的压缩和编码 % 1. 首先通过DCT变换去除数据冗余; % 2. 使用量化表对DCT系数进行量化; % 3. 对量化后的系数进行Huffman编码。 -achieve basic JPEG compression and coding% 1. First through DCT remove data redundancy; % 2. Using quantitative table right DCT coefficient quantization; 3. Right quantized coefficients of Huffman coding.
Platform: | Size: 1024 | Author: 孙雨萌 | Hits:

[Compress-Decompress algrithmshu

Description: 实现基本JPEG的压缩和编码分三个步骤: 1. 首先通过DCT变换去除数据冗余; 2. 使用量化表对DCT系数进行量化; 3. 对量化后的系数进行Huffman编码。-Realize the basic JPEG compression and encoding is divided into three steps: 1. First of all, through the DCT transform to remove data redundancy 2. The use of quantization table of quantization DCT coefficients 3. Quantization coefficients after Huffman coding.
Platform: | Size: 2048 | Author: 后果 | Hits:

[Special Effectsdjpeg

Description: 实现jpeg图像解码功能。 代码设计思路:1, Reconstruct the Huffman/RLE stream to a sequence 2, Arrange the sequence to a matrix using the zigzag scanning backwards 3, Multiply the matrix by quantization table 􀂄 4, Perform inverse DCT 5, Shift the values by +128 6, Transform back to RGB color space -Realize jpeg image decoding capabilities. Code design: 1, Reconstruct the Huffman/RLE stream to a sequence2, Arrange the sequence to a matrix using the zigzag scanning backwards3, Multiply the matrix by quantization table
Platform: | Size: 186368 | Author: 颜新卉 | Hits:

[Special Effectsjpeg

Description: jpeg压缩的matlab程序,包括分块,量化,霍夫曼编码,其中量化和霍夫曼编码用查表实现,提高速度。-jpeg compression matlab procedures, including block, quantization, Huffman coding, in which quantization and Huffman coding using look-up table to achieve, improve the speed.
Platform: | Size: 1118208 | Author: ronghy | Hits:

[Compress-Decompress algrithmsJPEG

Description: 实现JPEG的压缩和编码 (1)首先通过DCT变换去除数据冗余; (2)使用量化表对DCT系数进行量化; (3)对量化后的系数进行Huffman编码。 -The realization of JPEG compression and coding (1) First of all, through the DCT transform to remove data redundancy (2) the use of quantization table of quantization DCT coefficients (3) of the coefficients after quantization Huffman coding.
Platform: | Size: 2048 | Author: 李雅 | Hits:

[Multimedia Developjpeg_decode

Description: jpeg编码和解码,给出了jpeg文件量化表,编码表及其数据的读入-encoding and decoding jpeg, jpeg files are given quantization table, coding table and its data is read into
Platform: | Size: 1267712 | Author: wgd | Hits:

[Compress-Decompress algrithmsJPEGcompression

Description: 1.首先通过DCT变换去除数据冗余; 2.使用量化表对DCT系数进行量化; 3.对量化后的系数进行Huffman编码。 具体源程序由主程序及两个子程序(DCT量化、Huffman编码)组成: -1. First of all, through the DCT transform to remove data redundancy 2. The use of quantization table of quantization DCT coefficients 3. Of quantization of the coefficients after Huffman coding. Specific source from the main program and two subroutines (DCT quantization, Huffman encoding) consists of:
Platform: | Size: 4096 | Author: 龙活 | Hits:

[Compress-Decompress algrithmsJPEG

Description: 图像JPEG压缩算法,由8*8DCT变换,调用量化表进行量化,最后由Huffman编码完成算法-JPEG image compression algorithm, the 8* 8DCT transform, quantization table calls to quantify, and finally completed by the Huffman coding algorithm
Platform: | Size: 168960 | Author: 宇翔 | Hits:

[2D Graphicjpegtbx_1.4

Description: 在matlab环境下提取jpeg图像量化表-Extract jpeg image quantization table
Platform: | Size: 60416 | Author: leiyu | Hits:

[Graph programzzz

Description: 本文提出了一种与J PEG标准完全兼容的医用内窥镜图像自适应量化压缩编码方法,该方法 采用二次扫描的措施,根据原始图像的频谱分布特点,自适应地修正J PEG推荐的量化表。-This paper presents a fully compatible with the J PEG standards of medical endoscope image adaptive quantization coding method, which uses the second scan measures, according to the original image of the spectrum distribution characteristics, adaptive to amend the recommended quantitative J PEG Table.
Platform: | Size: 210944 | Author: wqqzh | Hits:

[matlab0016(16PF)

Description: 卡特尔十六种人格因素测验(16PF),用于开发职业测评软件的量化表-Cartel sixteen personality factor test (16PF), for the development of vocational evaluation software quantization table
Platform: | Size: 22528 | Author: 刘飒 | Hits:

[Crack Hackv1

Description: 一种基于JPEG的密写方法,通过修改标准量化表,将秘密信息嵌入中频系数的最低两个比特位-Realization of a steganographic method based upon JPEG and Quantization table modification.
Platform: | Size: 228352 | Author: 邵小宝 | Hits:

[Special EffectsScrambling-technology-application

Description: 研究了一种图像水印技术, 该算法利用人类视觉系统( HVS)的特性, 根据JPEG量化表自适 应地调整, 采用随机置乱变换的方法进行空域关系调整, 将水印嵌入到图像的DCT 低频分量中-A kind of image watermarking techniques, the algorithm uses the human visual system (HVS) characteristics, according to adaptively adjust the JPEG quantization table, the random method of scrambling transformation of spatial relationship adjustment, the watermark is embedded into the image of the low frequency DCT in
Platform: | Size: 114688 | Author: 彩虹 | Hits:

[Compress-Decompress algrithmsjpeg

Description: 基本思路:利用开源库实现对jpeg的解压缩以直接提取量化表,根据标准量化表和所提取量化表编写算法实现质量因子的求算。-The basic idea: the use of open-source library achieve solutions to jpeg compression quantization tables extracted directly calculating quality factor, according to the standard quantization table and extracted quantization table to write algorithms.
Platform: | Size: 2918400 | Author: zhaoxinyue | Hits:

[Picture Viewerchenchaoqtable

Description: 使用matlab 自带的函数库,提取JPEG文件的量化表,方便简单。大家可以试试。-The library comes with matlab, extract JPEG files quantization table, convenient and simple.We can try
Platform: | Size: 1024 | Author: chenchao | Hits:

[Compress-Decompress algrithmsjpeg_qtable

Description: 創建 JPEG quantization table-JPEG quantization table
Platform: | Size: 1024 | Author: Jerry Wu | Hits:

[Linux-Unixjcparam

Description: Quantization table setup routines.
Platform: | Size: 6144 | Author: jaogangkiu | Hits:

[Linux-Unixjddctmgr

Description: The decompressor input side (jdinput.c) saves away the appropriate quantization table for each component at the start of the first scan involving that component for Linux.
Platform: | Size: 3072 | Author: saodenai | Hits:

[Compress-Decompress algrithmsjpeg_decoder

Description: JPEG图像解码的源代码,包括FDCT,量化操作,量化表的优化,HUFFMAN编码,游程编码。同时内附相关的JPEG编解码的PDF文档,详细地介绍了JPEG文件的格式,同时也介绍了JPEG解码方面的知识,看过后定会受益匪浅,注:均为国外的文献,国外的文献仔细读,发现有些细节说的很清楚。-JPEG image decoder of the source code, including FDCT, quantization operation, the optimization of the quantization table, HUFFMAN encoded, run-length coding. Meanwhile containing JPEG codec related PDF documents, detailed description of the JPEG file format, but also introduces the JPEG decoding knowledge, after reading will benefit, Note: all foreign literature, foreign literature carefully read and found some details that very clear.
Platform: | Size: 982016 | Author: 颖风 | Hits:
« 12 3 »

CodeBus www.codebus.net